FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartObjectCollection<T> Class
The type of elements in the collection.
Members

In This Topic
    ChartObjectCollection<T> Class
    In This Topic
    Represents a collection of ChartObject objects.
    Object Model
    ChartObjectCollection<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ChartObjectCollection(Of T As ChartObject) 
    public abstract class ChartObjectCollection<T> 
    where T: ChartObject
    Type Parameters
    T
    The type of elements in the collection.
    Inheritance Hierarchy
    See Also